19 research outputs found

    Decycling a graph by the removal of a matching: new algorithmic and structural aspects in some classes of graphs

    Full text link
    A graph GG is {\em matching-decyclable} if it has a matching MM such that G−MG-M is acyclic. Deciding whether GG is matching-decyclable is an NP-complete problem even if GG is 2-connected, planar, and subcubic. In this work we present results on matching-decyclability in the following classes: Hamiltonian subcubic graphs, chordal graphs, and distance-hereditary graphs. In Hamiltonian subcubic graphs we show that deciding matching-decyclability is NP-complete even if there are exactly two vertices of degree two. For chordal and distance-hereditary graphs, we present characterizations of matching-decyclability that lead to O(n)O(n)-time recognition algorithms

    Hitting forbidden induced subgraphs on bounded treewidth graphs

    Full text link
    For a fixed graph HH, the HH-IS-Deletion problem asks, given a graph GG, for the minimum size of a set S⊆V(G)S \subseteq V(G) such that G∖SG\setminus S does not contain HH as an induced subgraph. Motivated by previous work about hitting (topological) minors and subgraphs on bounded treewidth graphs, we are interested in determining, for a fixed graph HH, the smallest function fH(t)f_H(t) such that HH-IS-Deletion can be solved in time fH(t)⋅nO(1)f_H(t) \cdot n^{O(1)} assuming the Exponential Time Hypothesis (ETH), where tt and nn denote the treewidth and the number of vertices of the input graph, respectively. We show that fH(t)=2O(th−2)f_H(t) = 2^{O(t^{h-2})} for every graph HH on h≥3h \geq 3 vertices, and that fH(t)=2O(t)f_H(t) = 2^{O(t)} if HH is a clique or an independent set. We present a number of lower bounds by generalizing a reduction of Cygan et al. [MFCS 2014] for the subgraph version. In particular, we show that when HH deviates slightly from a clique, the function fH(t)f_H(t) suffers a sharp jump: if HH is obtained from a clique of size hh by removing one edge, then fH(t)=2Θ(th−2)f_H(t) = 2^{\Theta(t^{h-2})}. We also show that fH(t)=2Ω(th)f_H(t) = 2^{\Omega(t^{h})} when H=Kh,hH=K_{h,h}, and this reduction answers an open question of Mi. Pilipczuk [MFCS 2011] about the function fC4(t)f_{C_4}(t) for the subgraph version. Motivated by Cygan et al. [MFCS 2014], we also consider the colorful variant of the problem, where each vertex of GG is colored with some color from V(H)V(H) and we require to hit only induced copies of HH with matching colors. In this case, we determine, under the ETH, the function fH(t)f_H(t) for every connected graph HH on hh vertices: if h≤2h\leq 2 the problem can be solved in polynomial time; if h≥3h\geq 3, fH(t)=2Θ(t)f_H(t) = 2^{\Theta(t)} if HH is a clique, and fH(t)=2Θ(th−2)f_H(t) = 2^{\Theta(t^{h-2})} otherwise.Comment: 24 pages, 3 figure

    On Conflict-Free Cuts: Algorithms and Complexity

    Full text link
    One way to define the Matching Cut problem is: Given a graph GG, is there an edge-cut MM of GG such that MM is an independent set in the line graph of GG? We propose the more general Conflict-Free Cut problem: Together with the graph GG, we are given a so-called conflict graph G^\hat{G} on the edges of GG, and we ask for an edge-cutset MM of GG that is independent in G^\hat{G}. Since conflict-free settings are popular generalizations of classical optimization problems and Conflict-Free Cut was not considered in the literature so far, we start the study of the problem. We show that the problem is NP\textsf{NP}-complete even when the maximum degree of GG is 5 and G^\hat{G} is 1-regular. The same reduction implies an exponential lower bound on the solvability based on the Exponential Time Hypothesis. We also give parameterized complexity results: We show that the problem is fixed-parameter tractable with the vertex cover number of GG as a parameter, and we show W[1]\textsf{W[1]}-hardness even when GG has a feedback vertex set of size one, and the clique cover number of G^\hat{G} is the parameter. Since the clique cover number of G^\hat{G} is an upper bound on the independence number of G^\hat{G} and thus the solution size, this implies W[1]\textsf{W[1]}-hardness when parameterized by the cut size. We list polynomial-time solvable cases and interesting open problems. At last, we draw a connection to a symmetric variant of SAT.Comment: 13 pages, 3 figure

    Exact and Parameterized Algorithms for the Independent Cutset Problem

    Full text link
    The Independent Cutset problem asks whether there is a set of vertices in a given graph that is both independent and a cutset. Such a problem is NP\textsf{NP}-complete even when the input graph is planar and has maximum degree five. In this paper, we first present a O∗(1.4423n)\mathcal{O}^*(1.4423^{n})-time algorithm for the problem. We also show how to compute a minimum independent cutset (if any) in the same running time. Since the property of having an independent cutset is MSO1_1-expressible, our main results are concerned with structural parameterizations for the problem considering parameters that are not bounded by a function of the clique-width of the input. We present FPT\textsf{FPT}-time algorithms for the problem considering the following parameters: the dual of the maximum degree, the dual of the solution size, the size of a dominating set (where a dominating set is given as an additional input), the size of an odd cycle transversal, the distance to chordal graphs, and the distance to P5P_5-free graphs. We close by introducing the notion of α\alpha-domination, which allows us to identify more fixed-parameter tractable and polynomial-time solvable cases.Comment: 20 pages with references and appendi

    Co-Degeneracy and Co-Treewidth: Using the Complement to Solve Dense Instances

    Get PDF
    Clique-width and treewidth are two of the most important and useful graph parameters, and several problems can be solved efficiently when restricted to graphs of bounded clique-width or treewidth. Bounded treewidth implies bounded clique-width, but not vice versa. Problems like Longest Cycle, Longest Path, MaxCut, Edge Dominating Set, and Graph Coloring are fixed-parameter tractable when parameterized by the treewidth, but they cannot be solved in FPT time when parameterized by the clique-width unless FPT = W[1], as shown by Fomin, Golovach, Lokshtanov, and Saurabh [SIAM J. Comput. 2010, SIAM J. Comput. 2014]. For a given problem that is fixed-parameter tractable when parameterized by treewidth, but intractable when parameterized by clique-width, there may exist infinite families of instances of bounded clique-width and unbounded treewidth where the problem can be solved efficiently. In this work, we initiate a systematic study of the parameters co-treewidth (the treewidth of the complement of the input graph) and co-degeneracy (the degeneracy of the complement of the input graph). We show that Longest Cycle, Longest Path, and Edge Dominating Set are FPT when parameterized by co-degeneracy. On the other hand, Graph Coloring is para-NP-complete when parameterized by co-degeneracy but FPT when parameterized by the co-treewidth. Concerning MaxCut, we give an FPT algorithm parameterized by co-treewidth, while we leave open the complexity of the problem parameterized by co-degeneracy. Additionally, we show that Precoloring Extension is fixed-parameter tractable when parameterized by co-treewidth, while this problem is known to be W[1]-hard when parameterized by treewidth. These results give evidence that co-treewidth is a useful width parameter for handling dense instances of problems for which an FPT algorithm for clique-width is unlikely to exist. Finally, we develop an algorithmic framework for co-degeneracy based on the notion of Bondy-Chvátal closure.publishedVersio
    corecore